home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Field Trip to the Sky (Demo)
/
Mac_Sunburst_AFieldTripToTheSky-Demo.iso
/
DIR
/
TERMS.DIR
/
00369_Bitmap_PLO.DIR PICT0025
< prev
next >
Wrap
Text File
|
1996-03-21
|
736b
|
29 lines
on mouseUp
global gAudPath
set theMouseWord to the mouseWord
set theMouseLine to the mouseLine
set c to the castNum of sprite the clickOn
set theWord to word theMouseWord of the text of cast c
if the textStyle of word (theMouseWord) of field c = "bold" AND the soundEnabled then
set theLine to line theMouseLine of field c
set o to offset(":",theLine)
set theTerm to char 1 to (o-1) of theLine
put theTerm
set theAudio to getTermIndexInfo(theTerm, 2)
put theAudio
if theAudio <> "" AND the soundEnabled then
if the machineType <> 256 then
sound playfile 2, gAudPath & theAudio
end if
end if
end if
end